Introduce GtkAccessible
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 16 Jun 2020 16:40:14 +0000 (17:40 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 19:31:14 +0000 (20:31 +0100)
commit14faec3ce2ce8b70f97aba3ebbd946d2a2c065f5
tree5e2b24d31594661cc780f6ac874b2046bd3618fa
parent82fe6fbc621dd5cad89d52c274bcf39cdb6409a5
Introduce GtkAccessible

GtkAccessible is an interface for accessible UI elements.

Currently, it doesn't do much except exist as a type; in the future, it
will be the entry point for all accessible state in GTK.
gtk/gtk.h
gtk/gtkaccessible.c [new file with mode: 0644]
gtk/gtkaccessible.h [new file with mode: 0644]
gtk/gtkwidget.c
gtk/meson.build